Skip to main content

All Questions

5votes
4answers
8kviews

Data type detection for a CSV file parser

I am building a CSV file parser, and in order to get the appropriate Object to represent different data types found on the parsed files, I wrote the following function: ...
carlossierra's user avatar
4votes
2answers
3kviews

Read firewall logs

I am still a Python beginner and would appreciate some help with this code. I am looking through some firewall log files, more specific all lines with Deny in them. For those files I am extracting ...
joni's user avatar
5votes
2answers
366views

Optimizing simple xHTML parser

I'm writing a simple xHTML parser which parses a data without nested tags. Example input code will look like: ...
Deepsy's user avatar

close